| Name | Description |
 | AlternatingItemBackgroundColor | Gets or sets the C1.Blazor.Core.C1Color that is used to paint the background of the odd items. |
 | AlternatingItemTextColor | Gets or sets the C1.Blazor.Core.C1Color of the odd items. |
 | Background | Gets or sets the C1.Blazor.Core.C1Color used to paint the background. (Inherited from C1.Blazor.Core.C1View) |
 | BorderBrush | Gets or sets the C1.Blazor.Core.C1Color used to paint the border. (Inherited from C1.Blazor.Core.C1View) |
 | BorderThickness | Gets or sets the C1.Blazor.Core.C1Thickness of the border. (Inherited from C1.Blazor.Core.C1View) |
 | Class | Gets or sets the CSS class applied to the component. (Inherited from C1.Blazor.Core.C1View) |
 | CornerRadius | Gets or sets the C1.Blazor.Core.C1CornerRadius of the border. (Inherited from C1.Blazor.Core.C1View) |
 | DataCollection | Gets the underlying collection. |
 | DisplayMemberPath | Gets or sets the property name or path of the item that will be used to extract the text that will be displayed. |
 | FlowDirection | Gets or sets the flow direction. (Inherited from C1.Blazor.Core.C1View) |
 | FontFamily | Gets or sets the font family applied to the view. (Inherited from C1.Blazor.Core.C1View) |
 | FontSize | Gets or sets the font size applied to the view. (Inherited from C1.Blazor.Core.C1View) |
 | FontStyle | Gets or sets the font style applied to the view. (Inherited from C1.Blazor.Core.C1View) |
 | FontWeight | Gets or sets the font weight applied to the view. (Inherited from C1.Blazor.Core.C1View) |
 | Foreground | Gets or sets the C1.Blazor.Core.C1Color used to paint the foreground (text and icons). (Inherited from C1.Blazor.Core.C1View) |
 | GroupBackgroundColor | Gets or sets the C1.Blazor.Core.C1Color that is used to paint the background of the groups. |
 | GroupTemplate | Gets or sets the template used to display groups. |
 | GroupTextColor | Gets or sets the C1.Blazor.Core.C1Color of the group items. |
 | InheritProperties | Gets or sets whether the general purpose properties like foreground or fonts are inherited to the children automatically. (Inherited from C1.Blazor.Core.C1View) |
 | IsDisposed | Gets whether this instance is disposed. (Inherited from C1.Blazor.Core.C1View) |
 | IsInitialized | Gets whether the component was already initialized. (Inherited from C1.Blazor.Core.C1View) |
 | ItemBackgroundColor | Gets or sets the C1.Blazor.Core.C1Color that is used to paint the background of items. |
 | ItemDoubleTapped | Gets or sets the callback that will be called when an item is double tapped. |
 | ItemHeight | Gets the height of the items. |
 | Items | Gets the collection of items displayed in the list. |
 | ItemsSource | Gets or sets the collection of items. |
 | ItemStyle | Gets or sets the style of the items. |
 | ItemTapped | Gets or sets the callback that will be called when an item is tapped. |
 | ItemTemplate | Gets or sets the template used to render the items. |
 | ItemTextColor | Gets or sets the C1.Blazor.Core.C1Color of the items. |
 | LoadingItem | Gets or sets the callback that is called when the items are being loaded. |
 | Padding | Gets or sets the padding of the Content. (Inherited from C1.Blazor.Core.C1View) |
 | ScrollBarVisibility | Gets or sets visibility of the vertical scrollbar. |
 | Selection | Gets or sets the ListView selection. |
 | SelectionChanged | Occurs after selection changed. |
 | SelectionMode | Gets or sets how the cells or rows are selected. |
 | SelectionStyle | Gets or sets the style of the selection. |
 | SeparatorWidth | Gets or sets the width of the line separating items. |
 | ShowCheckboxes | Sets the name of the property used to control checkboxes placed next to each item. |
 | Style | Gets or sets the style applied to the component. (Inherited from C1.Blazor.Core.C1View) |
 | TabIndex | Gets or sets the value corresponding to the tabindex global attribute. (Inherited from C1.Blazor.Core.C1View) |
 | Tag | Gets or sets an arbitrary object that can be used to identify a specific component. (Inherited from C1.Blazor.Core.C1View) |
 | ViewportHeight | Gets the height of the viewport. |
 | ViewportUpdated | Event callback that will be invoked when viewport is updated. |